QSharpRandom
A Random Number Library in Q# written in DotNetCore 2.1, using Qbits to randomly generate numbers
Install / Use
/learn @ZelliDev/QSharpRandomREADME
QSharpRandom
A Random Number Library in Q# written in DotNetCore 2.1, using Qbits to randomly generate numbers
QSharpRandom can easily generate random numbers using Quantum Calculation written in Q# (QuantumSharp)
Installation
Download the current release and add it to your project
Download Nuget Package : Microsoft.Quantum.SKD & Microsoft.Quantum.Standard
Usage example
Using the Q# Libary In a Basic C# Application
using System;
using System.Threading.Tasks;
using Microsoft.Quantum.Simulation.Simulators;
using Quantum.QSharpRandom;
namespace Test
{
class Program
{
static async Task Main(string[] args)
{
using var sim = new QuantumSimulator();
var QsharpResponse = await GenerateNumber.Run(sim,50);
Console.WriteLine(QsharpResponse.ToString());
Console.ReadLine();
}
}
}
Release History
- 0.0.1
- First Upload Of QSharpRandom
Related Skills
node-connect
354.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
112.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
354.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
354.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
