Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
int64 Random::nextInt64() noexcept
97
{
98
return (int64) ((((uint64) (unsigned int) nextInt()) << 32) | (uint64) (unsigned int) nextInt());
99
}
100
101
bool Random::nextBool() noexcept
102
{
Callers
14
loadFromFile
Method · 0.80
juce_ConnectedChildProcess.cpp
File · 0.80
getImprobableWindowNumber
Method · 0.80
runTest
Method · 0.80
next
Method · 0.80
createHeadersAndPostData
Method · 0.80
createRandomVar
Method · 0.80
generateRandomKey
Method · 0.80
runTest
Method · 0.80
nsDictionaryToVar
Function · 0.80
addComponentFromXml
Method · 0.80
getComponentId
Method · 0.80
Calls
no outgoing calls
Tested by
3
runTest
Method · 0.64
next
Method · 0.64
generateRandomKey
Method · 0.64