Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ getRandomInt
Function
getRandomInt
tests/deprecated/test_utilities.cpp:639–641 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
637
}
638
639
int getRandomInt(int min, int max) {
640
return (int) round(getRandomReal(min, max-1));
641
}
642
643
QMatrix getOrthonormalisedRows(QMatrix matr) {
644
Callers
5
test_calculations.cpp
File · 0.70
test_unitaries.cpp
File · 0.70
getRandomPauliStr
Function · 0.70
getRandomDiagPauliStr
Function · 0.70
setRandomPauliSum
Function · 0.70
Calls
1
getRandomReal
Function · 0.70
Tested by
no test coverage detected