Changeset 4785:60919d1fa9af in roaraudio for include/libroar/random.h


Ignore:
Timestamp:
03/11/11 01:43:46 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roar_random_uint{16,32}()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/random.h

    r4708 r4785  
    5252int roar_random_salt_nonce (void * salt, size_t len); 
    5353 
     54uint16_t roar_random_uint16(void); 
     55uint32_t roar_random_uint32(void); 
     56 
    5457int roar_random_gen(void * buffer, size_t len, int quality); 
    5558 
Note: See TracChangeset for help on using the changeset viewer.