-
生成結果
API利用
// JavaScript API例
const response = await fetch('https://api.quantumrandom.io/generate', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'API-Key': 'your-api-key'
},
body: JSON.stringify({
count: 10,
min: 0,
max: 100,
format: 'integer'
})
});
const data = await response.json();
console.log(data.numbers); // [42, 17, 88, ...]
統計情報
総生成数
0
エントロピー平均
0%
分布均一性
0%