Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ ofRandom
Function
ofRandom
Source/OpenFrameworksPort.cpp:402–405 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
400
}
401
402
float ofRandom(float max)
403
{
404
return max * gRandom01(gRandom);
405
}
406
407
float ofRandom(float x, float y)
408
{
Callers
15
Process
Method · 0.85
PlayNote
Method · 0.85
DrawSyntaxHighlight
Method · 0.85
ProcessFrame
Method · 0.85
SpawnGrain
Method · 0.85
Spawn
Method · 0.85
RandomizeSettings
Method · 0.85
RandomizeRow
Method · 0.85
OnTimeEvent
Method · 0.85
OnTimeEvent
Method · 0.85
OnTransportAdvanced
Method · 0.85
PickNewVanityPanningDestination
Method · 0.85
Calls
no outgoing calls
Tested by
4
NoteStepSequencer
Method · 0.68
RandomizePitches
Method · 0.68
RandomizeVelocities
Method · 0.68
RandomizeLengths
Method · 0.68