MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / nextInt64

Method nextInt64

JUCE/modules/juce_core/maths/juce_Random.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96int64 Random::nextInt64() noexcept
97{
98 return (int64) ((((uint64) (unsigned int) nextInt()) << 32) | (uint64) (unsigned int) nextInt());
99}
100
101bool Random::nextBool() noexcept
102{

Callers 14

loadFromFileMethod · 0.80
runTestMethod · 0.80
nextMethod · 0.80
createRandomVarMethod · 0.80
generateRandomKeyMethod · 0.80
runTestMethod · 0.80
nsDictionaryToVarFunction · 0.80
addComponentFromXmlMethod · 0.80
getComponentIdMethod · 0.80

Calls

no outgoing calls

Tested by 3

runTestMethod · 0.64
nextMethod · 0.64
generateRandomKeyMethod · 0.64