Home
last modified time | relevance | path

Searched refs:csoundGetRandomSeedFromTime (Results 1 – 10 of 10) sorted by relevance

/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dcsound.h2332 PUBLIC uint32_t csoundGetRandomSeedFromTime(void);
H A Dcsound.hpp1007 csoundSeedRandMT(&mt, (uint32_t*) 0, csoundGetRandomSeedFromTime()); in CsoundRandMT()
/dports/audio/csound/csound-6.15.0/include/
H A Dcsound.hpp1014 csoundSeedRandMT(&mt, (uint32_t*) 0, csoundGetRandomSeedFromTime()); in CsoundRandMT()
H A Dcsound.h2354 PUBLIC uint32_t csoundGetRandomSeedFromTime(void);
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcsound.h2332 PUBLIC uint32_t csoundGetRandomSeedFromTime(void);
H A Dcsound.hpp1007 csoundSeedRandMT(&mt, (uint32_t*) 0, csoundGetRandomSeedFromTime()); in CsoundRandMT()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-sys-0.1.2/src/
H A Dlib.rs1096 pub fn csoundGetRandomSeedFromTime() -> u32; in csoundGetRandomSeedFromTime() function
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py452 libcsound.csoundGetRandomSeedFromTime.restype = ct.c_uint32
2418 return libcsound.csoundGetRandomSeedFromTime()
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsound.c374 csoundGetRandomSeedFromTime,
4000 PUBLIC uint32_t csoundGetRandomSeedFromTime(void) in csoundGetRandomSeedFromTime() function
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-0.1.8/src/
H A Dcsound.rs2310 unsafe { csound_sys::csoundGetRandomSeedFromTime() as u32 } in get_random_seed_from_time()